xen.git
2005-11-04 kaf24@firebug... This is another patch that adds an arg_check() to domid...
2005-11-04 kaf24@firebug... This patch adds an arg_check into the set_vcpus code...
2005-11-03 kaf24@firebug... Simplified vmx_platform.c by removing obsolete code...
2005-11-03 emellor@leeni... Merged.
2005-11-03 emellor@leeni... Fix handling of child in forkHelper.
2005-11-02 kaf24@firebug... Fix map_domain_page() by reverting a bogus simplification
2005-11-02 sos22@douglas... Merge.
2005-11-02 emellor@leeni... Merged.
2005-11-02 emellor@leeni... Rewritten handling of child stderr to avoid deadlock.
2005-11-02 kaf24@firebug... Make the -V option of xenconsoled actually do something.
2005-11-02 kaf24@firebug... Make it clear that the result of xs_get_domain_path...
2005-11-02 kaf24@firebug... Fix memory leak in domain cleanup spotted by doremifa...
2005-11-02 kaf24@firebug... The attached patch to 1) fix a 64-bit bug with some...
2005-11-02 kaf24@firebug... fix VMX decoder for MOVZ instruction.
2005-11-02 kaf24@firebug... Just some small code cleanup to shadow.c, no logic...
2005-11-01 kaf24@firebug... Changeset 7419 introduced a check for DOM0 before setti...
2005-11-01 kaf24@firebug... >I'm hitting an ASSERT in alloc_monitor_pagetable(...
2005-11-01 kaf24@firebug... Fix 'nosmp' and ensure that CPU#0 is reported properly
2005-11-01 kaf24@firebug... Temporary fix for blkfront failure on save/restore.
2005-11-01 kaf24@firebug... Fix CPU hotplug -- cpu initialisation functions must...
2005-11-01 emellor@leeni... Merged.
2005-11-01 emellor@leeni... Catch KeyboardInterrupt, to avoid spewing error message...
2005-11-01 emellor@leeni... Added missing __init__.py.
2005-11-01 sos22@douglas... Make SMP alternatives work under xenolinux rather than...
2005-11-01 kaf24@firebug... Disable guest firmware apm since no apm is supported...
2005-11-01 kaf24@firebug... The following patch adds a section for SHUTDOWN OPTIONS...
2005-11-01 kaf24@firebug... Fix docs: xm set-mem => xm mem-set.
2005-11-01 kaf24@firebug... There is an error in xenstat, such that a wild pointer...
2005-11-01 kaf24@firebug... Fix the DISPLAY configration that breaks vmx domain...
2005-11-01 kaf24@firebug... Add get_cycles(), to be defined in asm/time.h, as a
2005-10-31 emellor@leeni... Merged.
2005-10-31 kaf24@firebug... Make check_pkgs work with the Bourne shell
2005-10-31 emellor@leeni... From Murillo Fernandes Bernardes <mfb@br.ibm.com>:
2005-10-31 kaf24@firebug... Update .hgignore.
2005-10-31 kaf24@firebug... Fix PAE shadow on a machine with RAM above 4G on x86_64...
2005-10-31 kaf24@firebug... Watch events may get lost, the xenstored response races...
2005-10-31 emellor@leeni... From Gerd Knorr <kraxel@suse.de>:
2005-10-31 emellor@leeni... Added new xentrace executables tbctl and setsize.
2005-10-31 emellor@leeni... Use _p to fix, once and for all, the debugging printf...
2005-10-31 emellor@leeni... Removed the event server, and all it entails. This...
2005-10-31 emellor@leeni... Removed some dead code.
2005-10-31 emellor@leeni... Ignore the directories containing generated man pages.
2005-10-31 kaf24@firebug... Sanitise the trace-buffer hypervisor<->user interface.
2005-10-30 kaf24@firebug... Remove stupid unused strtok() function.
2005-10-30 kaf24@firebug... Simplify trace header some more, and ensure that
2005-10-30 kaf24@firebug... Tracing cleanups and simplify tb_set_size(). Dynamic
2005-10-30 kaf24@firebug... Remove trace compile option from Xen.
2005-10-30 kaf24@firebug... This is a set of changes which allow the tracebuffer...
2005-10-30 emellor@leeni... Merged.
2005-10-30 emellor@leeni... Try again to get the ptrdiff_t printf right for 64...
2005-10-30 emellor@leeni... --- xen-unstable.hg.copy/docs/Makefile 2005-10-28 18...
2005-10-30 emellor@leeni... Added doccomment.
2005-10-30 emellor@leeni... Move misplaced netif_free declaration.
2005-10-30 kaf24@firebug... This patch is to fix the NIC driven mechanism...
2005-10-30 emellor@leeni... Added network-attach and network-detach. Fixes bug...
2005-10-30 emellor@leeni... Force the devid given to destroyDevice to an integer...
2005-10-30 kaf24@firebug... Once grant refs run out, netfront prints a nice message...
2005-10-30 kaf24@firebug... Small shadow pagetable fixes.
2005-10-30 emellor@leeni... Added -lpthread to qemu-dm link line, in order to compi...
2005-10-30 emellor@leeni... Change the grant table interface so that gnttab_end_for...
2005-10-30 emellor@leeni... Added cast to silence warning on 64-bit.
2005-10-30 emellor@leeni... Use %tx C99 printf modifier for ptrdiff_t so that this...
2005-10-30 emellor@leeni... Remove out: label, to silence warning.
2005-10-30 emellor@leeni... Merged.
2005-10-30 emellor@leeni... Don't schedule work for reboot if work is already sched...
2005-10-30 emellor@leeni... Change the interface between XendRoot.get_network_scrip...
2005-10-30 emellor@leeni... Don't use XendRoot.get_vif_bridge to provide a default...
2005-10-30 emellor@leeni... Added test_create.py, a test script for create.py....
2005-10-30 emellor@leeni... Added xen.xm.tests package to build.
2005-10-30 emellor@leeni... Added xen-script-common.sh, for functions common to...
2005-10-30 emellor@leeni... Print out MFN in audit code, for debugging purposes.
2005-10-30 emellor@leeni... Free domain names in xenstat_free_node, fixing small...
2005-10-30 kaf24@firebug... Fix floating-point corruption (a nasty race in fp task...
2005-10-30 kaf24@firebug... Add a commented-out sanity check for lazy fpu switching.
2005-10-29 kaf24@firebug... merge
2005-10-29 jbulpin@wicket... Prevent event listener socket from being inherited...
2005-10-28 kaf24@firebug... Remove next_io_page field from domain structure.
2005-10-28 kaf24@firebug... Clean up the 'initial mapping' area properly on x86/64.
2005-10-28 kaf24@firebug... Fix sizeof_vcpu_shift in x86/64 xen_entry.S.
2005-10-28 emellor@leeni... Fix reboot logic. An indentation error meant that...
2005-10-28 kaf24@firebug... This patch provide local APIC support for vmx guest.
2005-10-27 kaf24@firebug... xm help notes that domid can be used in place of domname.
2005-10-27 kaf24@firebug... No side effects in BUG_ON statements in Xen.
2005-10-27 kaf24@firebug... To allow kernel to handle radically different hyperviso...
2005-10-27 kaf24@firebug... I've created a patch to get the mini-os to compile...
2005-10-27 kaf24@firebug... Originally in qemu when a IDE dma transfer is started...
2005-10-27 kaf24@firebug... The attached patch fixes 2 issues with the scripts...
2005-10-27 kaf24@firebug... This patch
2005-10-27 kaf24@firebug... Remove all binaries on make clean.
2005-10-27 kaf24@firebug... Remove a non-portable and unused error.h, and use signa...
2005-10-27 kaf24@firebug... Use standard int typedefs.
2005-10-27 kaf24@firebug... BUG_ON() is a macro very very similar to assert(),...
2005-10-27 emellor@leeni... Fix Jerone Young's xenstat / xenstore patch:
2005-10-27 jeroney@localhost... * Enable xenstat to use xenstore
2005-10-26 emellor@leeni... Fix the check for non-existence of the save/restore...
2005-10-26 emellor@leeni... Move exception handler for sxp.ParseError above that...
2005-10-26 emellor@leeni... Break the write_dev function out from block into new...
2005-10-26 emellor@leeni... Added copyright notice.
2005-10-26 emellor@leeni... New xendomains init script, courtesy of Kurt Garloff:
2005-10-26 emellor@leeni... Check whether dom is NULL when we handle a watch. ...
next